cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A248391 Terms in A247665 which are neither primes nor prime powers, in order of appearance.

Original entry on oeis.org

15, 14, 85, 57, 161, 319, 403, 259, 451, 559, 235, 901, 177, 1159, 1541, 781, 2117, 1027, 2573, 445, 1649, 1121, 122, 707, 851, 1133, 2911, 3103, 1417, 3397, 3503, 415, 4183, 2159, 5141, 393, 2603, 244, 973, 2323, 5513, 10117, 4223, 4553, 11899, 2171, 7439, 5549, 8507, 3247, 6731, 579, 2489, 8083, 1379, 3197
Offset: 1

Views

Author

Russ Cox and N. J. A. Sloane, Oct 16 2014

Keywords

Crossrefs

A247267 Square numbers not divisible by 100 that remain square when their most-significant (or leftmost) digit is removed.

Original entry on oeis.org

1, 4, 9, 49, 64, 81, 225, 625, 1225, 2025, 3025, 4225, 5625, 7225, 9025, 15625, 27225, 30625, 34225, 42025, 50625, 60025, 70225, 75625, 81225, 93025, 105625, 275625, 330625, 600625, 893025, 950625, 970225, 1050625, 2030625, 3330625, 4950625, 9455625, 9765625, 15405625
Offset: 1

Views

Author

Chai Wah Wu, Nov 01 2014

Keywords

Comments

Subsequence of A225885. It is easy to see that the multiples of 100 in A225885 are earlier entries of the sequence multiplied by 100, so this sequence removes this redundancy in some sense. It appears that all entries in A225885 after the first 3 entries ends in either 25 or 00, so this sequence appears to end in 25 after the first 3 entries.

Crossrefs

Programs

  • PARI
    for(n=10,10^6,if(n%100,if(issquare(n)&&issquare(n%(10^(#Str(n)-1))),print1(n,", ")))) \\ Derek Orr, Nov 01 2014

Extensions

Added 1, 4, 9 to sequence to match A225885 - Chai Wah Wu, Nov 03 2014
Showing 1-2 of 2 results.